﻿body{
    background: url(../images/body_bg.jpg) repeat;
}
.w-wrap{ width: 1116px; margin: 0 auto; padding:12px; overflow: hidden; }
.fn-left{ float: left; }
.fn-right{ float: right; }

.more-left-wrap{
    width: 240px;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 15px;
}
.more-right-wrap{
    width: 805px;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    border-top: none;
}

/*nav-left*/
.left-title{
    position: relative;
    margin-bottom: 10px;
    height: 46px;
    background: url("../images/list_bg.jpg") no-repeat left;
}
.left-title img{
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 46px;
}
.left-title a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding-left: 65px;
    height: 46px;
    line-height: 46px;
}

.more-left-nav{
    display: none;
    background-color: #f2f7ff;
}
.show{
    display: block;
}
.more-left-nav .tab-nav-list {
    overflow: hidden;
    border-bottom: 1px dashed #9fb4e9;
}
.more-left-nav .tab-nav-list a,.more-left-nav .tab-nav-list .nav-a {
    display: block;
    padding-left: 20px;
    line-height: 46px;
    font-size: 18px;
    color: #335083;
    font-weight: bold;
}
.more-left-nav .nav-a i.add{
    display: block;
    float: right;
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
}
.more-left-nav .add-nav{
    display: none;
    text-align: center;
}
.more-left-nav .add-nav a{
    display: block;
    line-height: 36px;
    color: #335083;
}
.more-left-nav .add-nav a.cur,.more-left-nav .add-nav a:hover{
    background-color: #cfddf6;

}
.more-left-nav .tab-nav-list.active, .more-left-nav .tab-nav-list:hover{
    background-color: #cfddf6;
}

/*文章列表*/
.article-list li {
    background: url("../images/i-point.png") 0 18px no-repeat;
    /*border-bottom: 1px dashed #eee;*/
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-list span {
    color: #80848f;
    float: right;
    font-size: 12px;
    padding-left: 10px;
}

.article-list a {
    color: #3b3b3b;
}

.crumbs{
    float: right;
    width: 805px;
    height: 42px;
    line-height: 42px;
    background: url("../images/line_2.jpg") no-repeat;
    color: #335083;
    font-weight: bold;
    padding-left: 22px;
}

/*覆盖样式*/
.more-padding{
    padding: 0 0 0 20px;
}
.more-list-padding{
    padding: 20px 10px;
}
.page-bg{
    background-color: #FFFFFF;
    overflow: hidden;
}


/***blackawn 23-4 ****/
.more-list span {
    padding-left:20px;
}

.hlw-alert{
bottom: 176px!important;
}